Modifying Monitoring and Crash Recovery Settings |
|
Before you begin this task:
You must have the Process Administrator role in Process PlatformBusiness Process Engine ISVpackage to modify the monitoring and crash recovery settings for a published business process.
Do any one of the following to modify the monitoring and crash recovery settings for a published process:
Option |
Steps |
---|---|
From Deployed Process Models |
|
Through ExecuteProcess Web Service |
<ExecuteProcess xmlns="http://schemas.cordys.com/bpm/execution/1.0"> <type>[definition | instance]</type> <receiver>[ Unique identifier to the process ]</receiver> <source>[Custom instantiation source]</source> <modelSpace>[Organization | ISV]</modelSpace> <monitor level="BASIC | INTERMEDIATE | COMPLETE | COMPLETE_ON_ERROR">[ON | OFF] </monitor> <crashRecovery>[ ON | OFF ]</crashRecovery> <priority>[ 1 | 2 | 3 | 4 | 5 ]</priority> <message>[Any XML message (if required) by the process]</message> </ExecuteProcess> In the above ExecuteProcess Web Service, consider the following: <monitor level="BASIC | INTERMEDIATE | COMPLETE | COMPLETE_ON_ERROR">[ON | OFF]</monitor> * BASIC denotes the Process Status
|
You have successfully modified the monitoring and crash recovery settings for a published business process.